padding character造句
例句与造句
- Pads string with blank or pad character to length
用空格或指定字符填满字符串到指定长度 - Splits words in string with n pad characters between them
分隔字符串中的单词,并在单词之间填充n个字符 - Pad character , transmission
传输衬垫字符 - Buffer pad characters
衬填字元缓冲器 - Method enables you to specify your own padding character . the following code example uses the
如果未使用重写(它允许指定自己的自定义填充字符) ,则会插入空白。 - It's difficult to find padding character in a sentence. 用padding character造句挺难的
- The number of characters in the resulting string , equal to the number of original characters plus any additional padding characters
结果字符串中的字符数,等于原始字符数加上任何其他填充字符。 - Currency separators include the thousands separators , decimal separators , decimal position , field length , and padding character
货币分隔符包括千位分隔符、小数点、小数位置、字段长度和填充字符。 - The padding character can be spaces or a specified character , and consequently appears to be either right - aligned or left - aligned
新字符串既可以用空格(也称为空白)进行填充,也可以用自定义字符进行填充。 - Method creates a new string by concatenating enough leading pad characters to an original string to achieve a specified total length . the
方法创建一个新的字符串,该字符串是右对的,以便其最后一个字符到该字符串的第一个索引处为指定数量的空白。 - Method creates a new string by concatenating enough trailing pad characters to an original string to achieve a specified total length . the
方法创建一个新的字符串,该字符串是左对的,以便对当前字符串进行扩展,从而使该字符串第一个索引的右侧有指定数量的空白。